Uses of Interface
org.eclipse.vtp.desktop.core.configuration.BrandManager

Packages that use BrandManager
org.eclipse.vtp.desktop.core.configuration   
org.eclipse.vtp.desktop.editors.core.controller   
org.eclipse.vtp.desktop.model.core   
org.eclipse.vtp.desktop.model.core.configuration   
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
 

Uses of BrandManager in org.eclipse.vtp.desktop.core.configuration
 

Classes in org.eclipse.vtp.desktop.core.configuration that implement BrandManager
 class DefaultBrandManager
           
 

Methods in org.eclipse.vtp.desktop.core.configuration that return BrandManager
 BrandManager DefaultConfigurationManager.getBrandManager()
           
 BrandManager ConfigurationManager.getBrandManager()
           
 

Methods in org.eclipse.vtp.desktop.core.configuration with parameters of type BrandManager
 void DefaultConfigurationManager.setBrandManager(BrandManager brandManager)
           
 void ConfigurationManager.setBrandManager(BrandManager brandManager)
           
 

Uses of BrandManager in org.eclipse.vtp.desktop.editors.core.controller
 

Constructors in org.eclipse.vtp.desktop.editors.core.controller with parameters of type BrandManager
BasicController(BrandManager brandManager, RenderedCanvas renderedCanvas)
           
 

Uses of BrandManager in org.eclipse.vtp.desktop.model.core
 

Methods in org.eclipse.vtp.desktop.model.core that return BrandManager
 BrandManager Model.getBrandManager()
           
 

Constructors in org.eclipse.vtp.desktop.model.core with parameters of type BrandManager
Model(BrandManager brandManager)
           
Model(BrandManager brandManager, org.w3c.dom.Element modelElement, ElementResolutionVisitor resolutionVisitor)
           
 

Uses of BrandManager in org.eclipse.vtp.desktop.model.core.configuration
 

Constructors in org.eclipse.vtp.desktop.model.core.configuration with parameters of type BrandManager
ComponentPropertiesDialog(BrandManager brandManager, org.eclipse.swt.widgets.Shell parentShell)
          Creates a new ComponentPropertiesDialog instance.
ConfigurationContextSelector(BrandManager brandManager)
           
 

Uses of BrandManager in org.eclipse.vtp.desktop.projects.core
 

Methods in org.eclipse.vtp.desktop.projects.core that return BrandManager
 BrandManager IVoiceToolsDesignProject.getBrandManager()
           
 

Uses of BrandManager in org.eclipse.vtp.desktop.projects.core.internals
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return BrandManager
 BrandManager VoiceToolsDesignProject.getBrandManager()